home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / tutorials / geometer / Theorems / theorems / feuerbach.T < prev    next >
Encoding:
Text File  |  1994-08-02  |  658 b   |  20 lines

  1. .geometry "version 0.1";
  2. v1 = .free(-0.355978, -0.013587, "1");
  3. v2 = .free(-0.078804, 0.298913, "2");
  4. v3 = .free(0.266304, -0.125, "3");
  5. l1 = .l.vv(v1, v2, .longline);
  6. l2 = .l.vv(v2, v3, .longline);
  7. l3 = .l.vv(v3, v1, .longline);
  8. c1 = .c.lll(l1, l2, l3, 1);
  9. c2 = .c.lll(l1, l2, l3, 2);
  10. c3 = .c.lll(l1, l2, l3, 3);
  11. c4 = .c.lll(l1, l2, l3, 4);
  12. v4 = .v.vvmid(v2, v3, .invisible, .plus);
  13. v5 = .v.vvmid(v3, v1, .invisible, .plus);
  14. v6 = .v.vvmid(v1, v2, .invisible, .plus);
  15. c5 = .c.vvv(v4, v5, v6, .red);
  16. .text("Feuerbach's Theorem:");
  17. .text("");
  18. .text("The nine point circle (in red) is tangent to all four");
  19. .text("of the tri-tangent circles for a triangle.");
  20.